home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / qbbs / csec_100.zip / CHECKSEC.DOC next >
Text File  |  1990-09-15  |  4KB  |  108 lines

  1.  
  2.                                 CheckSec Version 1.00
  3.                                 -------- ------- ----
  4.  
  5.                Copyright 1990, Emerald Software, All Rights Reserved
  6.  
  7.                    Jason Horne, Programmer-in-Chief (1:3614/107)
  8.                                     Keith Henson
  9.  
  10.  
  11. DISCLAIMER
  12. ==========
  13.  
  14. Ok, here is the nasty stuff that you have probably read about a hundred
  15. thousand times. This program is guaranteed to do absolutely nothing except
  16. reside on your system. I will not be responsible for any damage caused by
  17. it, but will be glad to hear of it so that I may prevent further
  18. occurances! I am in no way responsible or liable for anything that any
  19. version of this program does (at least bad stuff... I will take the
  20. encouragement!)
  21.  
  22.  
  23. FILES INCLUDED IN ARCHIVE
  24. ===== ======== == =======
  25.  
  26. CHECKSEC.EXE  -  Actual program files
  27. CHECKSEC.DOC  -  Documentation
  28. REGISTER.TXT  -  How to register CheckSec
  29.  
  30.  
  31. WHAT DOES CheckSec DO?
  32. ==== ==== ======== ===
  33.  
  34. CheckSec is a program I wrote that will, upon command, search your
  35. USERS.BBS file for any user with a security level greater than or equal to
  36. the one you specify, and set any combination of flags either on or off
  37. individually if it is required for that particular user. This is handy if
  38. you are having problems with new user flags, flag changes by callback
  39. verification programs, etc.
  40.  
  41. By the way, this program works with RemoteAccess OR QuickBBS!
  42.  
  43. HOW DO I RUN CheckSec?
  44. === == = === =========
  45.  
  46. CheckSec uses a simple command line interface for maximum flexibility
  47. without the hassle of more than one control file. The basic command line
  48. syntax is:
  49.  
  50. CHECKSEC <Path to USERS.BBS> <Minimum Security> <Flag Changes>...
  51.  
  52. The <Path to USERS.BBS> field is self-explanatory.  It is just the path
  53. (WITHOUT the filename) to your USERS.BBS file. This path does not require a
  54. trailing backslash, and will work if one is present or if it is not.
  55.  
  56. The <Minimum Security> field tells CheckSec what the minimum security level
  57. to check for flag changes is.  Thus, if you placed a '10' in this field,
  58. all users will security levels 10 AND UP would be scanned.
  59.  
  60. The <Flag Changes> field is what the program is all about. It tells
  61. CheckSec what flags to scan for and change if necessary. This may be in
  62. either or both of the following formats:
  63.  
  64. Format One : <Flag Set> <Flag Number> < + | - >
  65. Examples are: A6- B4+ C3+ D5-
  66. The first character tells which flag set to check (A, B, C, or D), the next
  67. character tells what flag number (1-8) to check in that set, and the third and
  68. final character tells whether to turn it on or off (+ or -).
  69.  
  70. Format Two : <Flag Set> 8 x < + | - | . >
  71. Examples are: A-X.X-X.- BX-X-.X-X CX-.X-X.- D--.X-X..
  72. The first character tells which flag set to check (A, B, C, or D), and each
  73. of the following eight characters tells whether to leave that flag alone
  74. ('-'), turn it ON ('X'), or turn it OFF ('.').
  75.  
  76. As I said before, the program can handle either or both flag change formats
  77. at the same time.
  78.  
  79.  
  80. WHY SHOULD I REGISTER?
  81. === ====== = =========
  82.  
  83. First of all, by registering, you are promoting the use of shareware
  84. overall, allowing you to 'try before you buy'. Secondly, you get the warm
  85. feeling that you know you are not breaking the law! Thirdly, the program
  86. will operate at maximum speed (somewhere around Warp 3 I think) instead of
  87. in slow mode.
  88.  
  89. Please register.
  90.  
  91. SUGGESTIONS, COMMENTS, REGISTRATIONS
  92. ============ ========= =============
  93.  
  94. If you want to register, report a bug, or send a comment or suggestion, send
  95. net mail to FidoNet 1:3614/107, or snail mail to the following address:
  96.  
  97.                            Jason Horne
  98.                            Rt. 3 Box 297
  99.                            Richlands, NC 28574
  100.  
  101. Please read the file REGISTER.TXT that comes with the archive for more
  102. information on registering!
  103.  
  104.  
  105. Thanks, and enjoy!
  106.  
  107. Jason
  108.